summaryrefslogtreecommitdiff
path: root/app/[lng]/evcp/(evcp)/(master-data)/buyer-signature/page.tsx
diff options
context:
space:
mode:
authorKimdonghan <dh32110@gmail.com>2025-12-03 18:27:43 +0900
committerKimdonghan <dh32110@gmail.com>2025-12-03 18:27:43 +0900
commit2f02e9ea125c3ec42afac84ec903767930335dd3 (patch)
tree70f8e0ee57f868d29e7a338db49c5cf228468376 /app/[lng]/evcp/(evcp)/(master-data)/buyer-signature/page.tsx
parent7b2718ba47b69ed4b1bf20977cebe93393191839 (diff)
(김동한) 메뉴명과 화면 내 h태그 일치 작업
Diffstat (limited to 'app/[lng]/evcp/(evcp)/(master-data)/buyer-signature/page.tsx')
-rw-r--r--app/[lng]/evcp/(evcp)/(master-data)/buyer-signature/page.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/(master-data)/buyer-signature/page.tsx b/app/[lng]/evcp/(evcp)/(master-data)/buyer-signature/page.tsx
index 96bf783c..dfbd605b 100644
--- a/app/[lng]/evcp/(evcp)/(master-data)/buyer-signature/page.tsx
+++ b/app/[lng]/evcp/(evcp)/(master-data)/buyer-signature/page.tsx
@@ -15,7 +15,7 @@ export default async function BuyerSignaturePage(props: { params: Promise<{ lng:
<div>
<h1 className="text-3xl font-bold">{t('menu.master_data.buyer_signature')}</h1>
<p className="text-muted-foreground mt-2">
- 계약서에 자동으로 적용될 삼성중공업 서명을 관리합니다.
+ {t('menu.master_data.buyer_signaturee_desc')}
</p>
</div>